home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
vol_200
/
264_01
/
chmod.doc
< prev
next >
Wrap
Text File
|
1980-01-01
|
512b
|
21 lines
CHMOD
Purpose
change file modes
Syntax
chmod +|-ahrs file...
Comments
Chmod can add and remove attributes from files. The first argument
specifies the attribute(s) to affect; if it starts with a '+', they will
be forced on (added), and if it starts with a '-', they will be forced
off (removed).
The allowed attributes are:
a archive
h hidden
r read only
s system